- argument passing
- передача параметровSyn:см. тж. argument list
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. . 1998-2007.
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. . 1998-2007.
Passing (racial identity) — Examples US civil rights leader Walter Francis White (who was blond haired, blue eyed, and very pale skinned), the chief executive of the NAACP from 1929 until his death in 1955, was of mixed race and mostly white ancestry. Five of his great… … Wikipedia
Lazy argument — Argument The lazy argument (ἀργὸς λόγος) is an attempt at undermining doctrines of fate. The argument relies on a deterministic system (such as of the Stoics). It runs as such: why should we bother making decisions if the outcome is already… … Wikipedia
Continuation-passing style — In functional programming, continuation passing style (CPS) is a style of programming in which control is passed explicitly in the form of a continuation. Gerald Jay Sussman and Guy L. Steele, Jr. coined the phrase in AI Memo 349 (1975), which… … Wikipedia
Message passing — This article is about the computer science concept. For other uses, see Message passing (disambiguation). Message passing in computer science is a form of communication used in parallel computing, object oriented programming, and interprocess… … Wikipedia
Sticky bead argument — In general relativity, the sticky bead argument is a simple thought experiment designed to show that gravitational radiation is indeed predicted by general relativity, and can have physical effects. These claims were not widely accepted prior to… … Wikipedia
Rietdijk-Putnam argument — If special relativity is true, then each observer will have their own plane of simultaneity , which contains a unique set of events that constitutes the observer s present moment. Observers moving at different relative velocities have different… … Wikipedia
Message Passing Interface — MPI MPI Logo Basisdaten Entwickler Argonne National Laboratory Aktuelle Version … Deutsch Wikipedia
continuation-passing style — noun A style of programming in which every user function f takes an extra argument c known as a continuation. Whenever f would normally return a result r to its caller, it instead returns the result of applying the continuation to r … Wiktionary
Continuation — For other uses, see Continuation (disambiguation). In computer science and programming, a continuation is an abstract representation of the control state of a computer program. A continuation reifies the program control state, i.e. the… … Wikipedia
Parameter (computer science) — In computer programming, a parameter is a variable which takes on the meaning of a corresponding argument passed in a call to a subroutine. In the most common case, call by value, a parameter acts within the subroutine as a local (isolated) copy… … Wikipedia
Funarg problem — In computer science, the funarg problem refers to the difficulty in implementing first class functions (functions as first class objects) in stack based programming language implementations. The difficulty only arises if the body of a nested… … Wikipedia